home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
64'er 1989 May
/
64er_Magazin_89-05_1989_Markt__Technik_de.d64
/
logelei luege
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
264b
|
13 lines
100 rem logelei: luege 64'er '89
110 for p=-1 to 0
120 for m=-1 to 0
130 for o=-1 to 0
200 w=(p<>m)
210 w=w and (m<>o)
220 w=w and (o<>(mandp))
250 if w then p1=p:m1=m:o1=o:p=1:m=1:o=1
300 next o,m,p
500 if p1 then print"paul luegt."
510 if m1 then print"max luegt."
520 if o1 then print"otto luegt."